home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / rainbo12.zip / RB.INI < prev    next >
Text File  |  1992-12-09  |  2KB  |  87 lines

  1. rem=Replace c:\q\q.exe with your editor's path and name on the next line
  2. editor=c:\q\q.exe
  3.  
  4.  
  5. rem=This displays which version of Rainbow you are running.  Removing this will
  6. rem=keep Rainbow from displaying the version number.
  7. version=
  8.  
  9.  
  10. rem=********************** EXTREMELY IMPORTANT ********************************
  11. rem=It is very critical that you update this command with the correct number
  12. rem=for your editor.  Use the number from colors.com that represents the color
  13. rem=of the normal editor screen while editing (Cyan on Black in this example).
  14. text=3
  15.  
  16.  
  17. top=0
  18. bottom=23
  19. left=0
  20. right=79
  21.  
  22. width=80
  23.  
  24.  
  25. rem=put the clock on the 24th row and 72nd column (bottom right of screen)
  26. clockr=24
  27. clockc=72
  28.  
  29. delimiter=,
  30.  
  31. rem=I don't want underscores to seperate tokens so I define it as a token that
  32. rem=is colorized to the same color as the normal text in my editor.
  33. rem=(the same color as the text= command)
  34. _,112,t
  35.  
  36. #define,113,C
  37. #undef,113,C
  38. #include,113,C
  39. #if,113,C
  40. #ifdef,113,C
  41. #ifndef,113,C
  42. #else,113,C
  43. #endif,113,C
  44. #xtranslate,113,C
  45. typedef,113,C
  46.  
  47. begin,113,F
  48. case,113,T
  49. default,113,F
  50. elseif,113,F
  51. else,113,F
  52. endcase,113,F
  53. endif,113,F
  54. end,113,F
  55. for,113,F
  56. if,113,T
  57. next,113,F
  58. otherwise,113,F
  59. sequence,113,S
  60. do,113,F
  61. while,113,T
  62. recover,113,F
  63.  
  64.  
  65. //note,240,C
  66. //,116,C
  67.  
  68.  
  69. continue,126,F
  70. break,126,T
  71. loop,126,F
  72. return,126,F
  73. exit,126,F
  74.  
  75. extern,123,F
  76. local,123,F
  77. private,123,F
  78. public,123,F
  79. static,123,F
  80. parameter,123,F
  81. memvar,123,F
  82.  
  83. function,122,C
  84. procedure,122,C
  85. {,113,T
  86. },113,T
  87.